home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gVoiceChannel, gPathToSound, fileDelimiter, gMusicChannel
- set fadeInc to 10
- repeat while the volume of sound gMusicChannel > 128
- set the volume of sound gMusicChannel to the volume of sound gMusicChannel - fadeInc
- LingoPause(10)
- end repeat
- sound playFile gVoiceChannel, gPathToSound & "Rules" & fileDelimiter & "R1001"
- end
-